home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global GlossHilite, GlossText, MaxScreenLines, ReadGlossary
- cursor(4)
- set GlossText to 8
- set GlossHilite to 7
- set MaxScreenLines to 13
- puppetSprite(GlossHilite, 1)
- if ReadGlossary then
- set the text of field "Glossary" to EMPTY
- set the text of field "GlossaryData" to EMPTY
- end if
- end
-